org.apache.maven.dotnet.vendor
Class IllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.dotnet.vendor.IllegalStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalStateException
extends java.lang.Exception

Exception thrown when the framework detects a vendor info state that it does not recognize or that it cannot handle.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
IllegalStateException()
          Constructs an IllegalStateException with no exception message.
IllegalStateException(java.lang.String message)
          Constructs an IllegalStateException with the specified exception message.
IllegalStateException(java.lang.String message, java.lang.Throwable cause)
          Constructs an IllegalStateException with the specified exception message and cause of the exception.
IllegalStateException(java.lang.Throwable cause)
          Constructs an IllegalStateException with the cause of the exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateException

public IllegalStateException()
Constructs an IllegalStateException with no exception message.


IllegalStateException

public IllegalStateException(java.lang.String message)
Constructs an IllegalStateException with the specified exception message.

Parameters:
message - the exception message

IllegalStateException

public IllegalStateException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs an IllegalStateException with the specified exception message and cause of the exception.

Parameters:
message - the exception message
cause - the cause of the exception

IllegalStateException

public IllegalStateException(java.lang.Throwable cause)
Constructs an IllegalStateException with the cause of the exception.

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.