net.jangaroo.properties.api
Class PropcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jangaroo.properties.api.PropcException
All Implemented Interfaces:
Serializable

public class PropcException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PropcException(String message, File source, Exception e)
           
PropcException(String message, Throwable cause)
           
PropcException(Throwable cause)
           
 
Method Summary
 File getSource()
           
 void setSource(File source)
           
 
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

PropcException

public PropcException(String message,
                      Throwable cause)

PropcException

public PropcException(Throwable cause)

PropcException

public PropcException(String message,
                      File source,
                      Exception e)
Method Detail

getSource

public File getSource()

setSource

public void setSource(File source)


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.