unbbayes.io.exception
Class UBIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by unbbayes.io.exception.UBIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadException

public class UBIOException
extends IOException

A wrapper for IOException thrown within UnBBayes.

Author:
Shou Matsumoto
See Also:
Serialized Form

Field Summary
static String ED_CREATE_FILE
           
static String ED_OPEN_FILE
           
static String ED_READWRITE_FILE
           
 
Constructor Summary
UBIOException(String key)
           
UBIOException(String key, String object)
           
UBIOException(String key, Throwable e)
           
UBIOException(Throwable e)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ED_OPEN_FILE

public static final String ED_OPEN_FILE
See Also:
Constant Field Values

ED_CREATE_FILE

public static final String ED_CREATE_FILE
See Also:
Constant Field Values

ED_READWRITE_FILE

public static final String ED_READWRITE_FILE
See Also:
Constant Field Values
Constructor Detail

UBIOException

public UBIOException(String key)

UBIOException

public UBIOException(String key,
                     String object)

UBIOException

public UBIOException(Throwable e)

UBIOException

public UBIOException(String key,
                     Throwable e)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.