com.bareflow
Class BareflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bareflow.BareflowException
All Implemented Interfaces:
java.io.Serializable

public class BareflowException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BareflowException(java.lang.String message)
           
BareflowException(java.lang.String message, java.lang.Throwable t)
           
BareflowException(java.lang.String message, java.lang.Throwable t, com.bareflow.xml.serialization.IXmlLocation location)
           
BareflowException(java.lang.Throwable t)
           
 
Method Summary
 com.bareflow.xml.serialization.IXmlLocation getLocation()
           
 com.bareflow.xml.serialization.IXmlLocation getSublocation()
           
 void setLocation(com.bareflow.xml.serialization.IXmlLocation location)
           
 void setSublocation(com.bareflow.xml.serialization.IXmlLocation sublocation)
           
 
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

BareflowException

public BareflowException(java.lang.String message)

BareflowException

public BareflowException(java.lang.Throwable t)

BareflowException

public BareflowException(java.lang.String message,
                         java.lang.Throwable t,
                         com.bareflow.xml.serialization.IXmlLocation location)

BareflowException

public BareflowException(java.lang.String message,
                         java.lang.Throwable t)
Method Detail

setLocation

public void setLocation(com.bareflow.xml.serialization.IXmlLocation location)

getLocation

public com.bareflow.xml.serialization.IXmlLocation getLocation()

getSublocation

public com.bareflow.xml.serialization.IXmlLocation getSublocation()

setSublocation

public void setSublocation(com.bareflow.xml.serialization.IXmlLocation sublocation)