Class BeanDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.orchestranetworks.schema.dynamic.BeanDefinitionException
-
- All Implemented Interfaces:
Serializable
public final class BeanDefinitionException extends RuntimeException
This runtime exception is thrown by some methods related to the dynamic beans schema definition.- Since:
- 5.8.0
-
-
Constructor Summary
Constructors Constructor Description BeanDefinitionException(String message)BeanDefinitionException(String message, Throwable cause)BeanDefinitionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BeanDefinitionException
public BeanDefinitionException(String message, Throwable cause)
- See Also:
RuntimeException(String, Throwable)
-
BeanDefinitionException
public BeanDefinitionException(String message)
- See Also:
RuntimeException(String)
-
BeanDefinitionException
public BeanDefinitionException(Throwable cause)
- See Also:
RuntimeException(Throwable)
-
-