TUM CCSM Commons

edu.tum.cs.commons.assertion
Class PreconditionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.tum.cs.commons.assertion.PreconditionException
All Implemented Interfaces:
java.io.Serializable

public class PreconditionException
extends java.lang.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

Constructor Summary
PreconditionException(java.lang.String message)
          Create new exception with message.
 
Method Summary
 
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
 

Constructor Detail

PreconditionException

public PreconditionException(java.lang.String message)
Create new exception with message.


TUM CCSM Commons

TUM CCSM Commons - 2.7