Class Explanation


  • public class Explanation
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Explanation.Error  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int code  
      private java.lang.String explanation  
    • Constructor Summary

      Constructors 
      Constructor Description
      Explanation()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • explanation

        private java.lang.String explanation
      • code

        private int code
    • Constructor Detail

      • Explanation

        public Explanation()