edu.tum.cs.commons.assertion
Class PreconditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.tum.cs.commons.assertion.PreconditionException
- All Implemented Interfaces:
- Serializable
public class PreconditionException
- extends RuntimeException
This class is used to signal violations of preconditions. *
- Version:
- $Rev: 26283 $
- Author:
- deissenb, $Author: juergens $
- See Also:
- Serialized Form
- Rating:
- GREEN Hash: 3CBDEB7C33D80231A9A5FBD919C72A7A
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PreconditionException
public PreconditionException(String message)
- Create new exception with message.
TUM CCSM Commons - 2.7