Class Error


  • public class Error
    extends Message
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Exception mException  
    • Constructor Summary

      Constructors 
      Constructor Description
      Error​(java.lang.Exception e)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mException

        public java.lang.Exception mException
    • Constructor Detail

      • Error

        public Error​(java.lang.Exception e)