nl.beesting.beangenerator
Class TypeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.beesting.beangenerator.TypeNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class TypeNotSupportedException
- extends java.lang.Exception
Exception that indicates that a generation operation for a certain type cannot be performed.
- See Also:
- Serialized Form
Constructor Summary |
TypeNotSupportedException(java.lang.String type,
java.lang.String operation)
Standard constructor that sets type and operation. |
TypeNotSupportedException(java.lang.String type,
java.lang.String operation,
java.lang.String details)
Standard constructor that sets type and operation, and adds some more details to the message. |
Method Summary |
java.lang.String |
getMessage()
Creates the specific detailed message for this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeNotSupportedException
public TypeNotSupportedException(java.lang.String type,
java.lang.String operation)
- Standard constructor that sets type and operation.
TypeNotSupportedException
public TypeNotSupportedException(java.lang.String type,
java.lang.String operation,
java.lang.String details)
- Standard constructor that sets type and operation, and adds some more details to the message.
getMessage
public java.lang.String getMessage()
- Creates the specific detailed message for this exception.
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2008. All Rights Reserved.