org.powertac.common.exceptions
Class PowerTacException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.powertac.common.exceptions.PowerTacException
All Implemented Interfaces:
Serializable

public class PowerTacException
extends RuntimeException

Generic PowerTAC Exception

Version:
1.0, Date: 10.01.11
Author:
Carsten Block
See Also:
Serialized Form

Constructor Summary
PowerTacException()
           
PowerTacException(String s)
           
PowerTacException(String s, Throwable throwable)
           
PowerTacException(Throwable throwable)
           
 
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

PowerTacException

public PowerTacException()

PowerTacException

public PowerTacException(String s)

PowerTacException

public PowerTacException(String s,
                         Throwable throwable)

PowerTacException

public PowerTacException(Throwable throwable)


Copyright © 2012. All Rights Reserved.