|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.ClassCanNotAssignedRuntimeException
public class ClassCanNotAssignedRuntimeException
This exception is thrown when a class can not be assigned to an another class.
| Field Summary | |
|---|---|
protected Class<?> |
destinationClass
The destination class. |
protected Class<?> |
originalClass
The original class. |
| Constructor Summary | |
|---|---|
ClassCanNotAssignedRuntimeException(Class<?> originalClass,
Class<?> destinationClass)
Constructor. |
|
| Method Summary | |
|---|---|
Class<?> |
getDestinationClass()
Returns the destination class. |
Class<?> |
getOriginalClass()
Returns the original class. |
| Methods inherited from class org.slim3.commons.exception.SRuntimeException |
|---|
convertCauseMessage, getArgs, getMessageCode |
| 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 |
| Field Detail |
|---|
protected Class<?> originalClass
protected Class<?> destinationClass
| Constructor Detail |
|---|
public ClassCanNotAssignedRuntimeException(Class<?> originalClass,
Class<?> destinationClass)
originalClass - the original class.destinationClass - the destination class.| Method Detail |
|---|
public Class<?> getOriginalClass()
public Class<?> getDestinationClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||