src.backend.exception
クラス JUICEException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 src.backend.exception.JUICEException
すべての実装されたインタフェース:
java.io.Serializable
直系の既知のサブクラス:
DataNotFoundException, InvalidWadFileException, OutOfEntriesIndexException, OutOfIndexException, SyntaxErrorException

public class JUICEException
extends java.lang.Exception

the master exception of whole ones in JUICE

作成者:
koji
関連項目:
直列化された形式

コンストラクタの概要
JUICEException()
           
JUICEException(java.lang.String str)
           
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

JUICEException

public JUICEException(java.lang.String str)

JUICEException

public JUICEException()