|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.bsvrz.kex.bwsin.konfig.okstra.IllegalAttributeConversionException
public class IllegalAttributeConversionException
Exception für Ausnahmen bei der Konvertierung von Feature-Attributen.
Constructor Summary | |
---|---|
IllegalAttributeConversionException(Class<?> expected,
Object invalid)
Constructor that makes the message given the expected and invalid. |
|
IllegalAttributeConversionException(Class<?> expected,
Object invalid,
Throwable cause)
Constructor that makes the message given the expected and invalid, along with the root cause. |
|
IllegalAttributeConversionException(String message)
Constructor with message argument. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalAttributeConversionException(Class<?> expected, Object invalid)
expected
- the expected AttributeType.invalid
- the attribute that does not validate against expected.public IllegalAttributeConversionException(Class<?> expected, Object invalid, Throwable cause)
expected
- the expected AttributeType.invalid
- the attribute that does not validate against expected.cause
- the root cause of the error.public IllegalAttributeConversionException(String message)
message
- Reason for the exception being thrownMethod Detail |
---|
public String toString()
toString
in class Throwable
Throwable.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |